home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Utilities / CNS Shipper / C-N Shipper / C-N Shipper.rsrc / CZls_28288 < prev    next >
Encoding:
Text File  |  1991-11-08  |  1.5 KB  |  25 lines

  1.   The Import button will ask you to open a file.  The import file it opens should be a tab delimited text file with each record terminated with a return character.
  2. Sequence:
  3.  1. Via (ex. UPS)           19. A.O.D. (0/X)
  4.  2. Invoice number (number) 20. Call Tag (0/X)
  5.  3. Client ID               21. Cash only (0/X)
  6.  4. Client name (unique)    22. USA client (0/X)
  7.  5. Address 1               23. C.O.D. amount (in dollars)
  8.  6. Address 2               24. Is a C.O.D. (0/X) 
  9.  7. Address 3               25. Date (MM/DD/YY)
  10.  8. City                    26. Oversize (0/X)
  11.  9. State                   27. Saturday delivery (0/X)
  12. 10. Zip/Postal code         28. UPS ground commercial (0/X)
  13. 11. Country                 29. UPS ground residential (0/X)
  14. 12. Attention               30. 2nd day air (0/X)
  15. 13. Phone  number           31. UPS red package (0/X)
  16. 14. Fax number              32. UPS red letter (0/X)
  17. 15. Misc.                   33. UPS value (in dollars)
  18. 16. Purchase order no.      34. Weight (number)
  19. 17. Invoice amount          35. UPS zone (number) 
  20. 18. Cash only (0/X)
  21.  
  22. Notes:
  23. 1. Button states are either 0 (ASCII 48 the number zero) for false or X (ASCII 88) for true.
  24. 2. UPS ground residential add 100 to the zone.
  25. 3. Exporting program must account for all of the above fields. A field may be blank but must be represented by at least the tab character.  The only exceptions to this are that there MUST always be a Client name and for USA clients there must also be a zip code.